JavaScript

listObj.setServerSideError Method

Syntax

listObj.setServerSideError(flag [, zeroBasedRowNum [, errorObject [, mode [, txtRaw]]]]);

Arguments

flagboolean

Can be true or false.

zeroBasedRowNumnumber

Default = -1. The row number.

errorObjectstringobjectboolean

The error object.

modestring

Default = 'sse'. Can be 'sse', 'wc' or 'ge'.

txtRawstring

Default = "".

Description

Used internally to put information about server side errors into the List's data object.

Discussion

Sets the data object ._hasServerSideError flag to true or false;

If flag is true then also sets the data object's .serverSideErrors object to the passed in errorObject

Limitations

List Control with Detail View Part

See Also